
/* Stylesheet content from css/platform.css in folder common */
.credemform-spinner > div.credemform-spinner-label > .pull-right {
	 width: calc(100% - 138px);
	width: -webkit-calc(100% - 138px); 
}

.credemform-spinner > div.credemform-spinner-label > .pull-right-carte {
	 width: calc(100% - 115px);
	width: -webkit-calc(100% - 115px); 
}

/* 
	SU ALCUNI DISPOSITIVI WINDOWS E ANDROID IL DROPDOWN DEI SUGGERIMENTI 
	VIENE BRUTALMENTE TAGLIATO. 
	LA SOLUZIONE E' QUELLA DI IMPLEMENTARE UNO SCROLL DELLA LISTA
*/
ul.dropdown-menu {
	max-height: 250px;
	overflow-y: scroll;
}

.credemform-spinner > div.credemform-spinner-label > .pull-right.spinner-label-use-width-tablet {
	width:50% !important;
}
.credemform-spinner > div.credemform-spinner-label > .pull-right.spinner-label-use-width-smartphone {
	width:150px !important;
}